@media screen and (min-width: 768px) and (max-width: 1199px) {

  /* 弹出导航 */
  .nav-page {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden;
    transition: all .1s linear;
  }

  .nav-phone {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80vw;
    height: 100vh;
    background-color: #fff;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .5);
  }

  .nav-list {
    padding-top: 2rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .nav-list a {
    width: 80%;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #e1e1e1;
  }

  .nav-list-active {
    color: #b11d03;
    background-color: #f5f5f5;
    border-bottom: 1px solid #b11d03 !important;
  }

  .close-phone-nav {
    position: absolute;
    top: .31rem;
    left: .24rem;
    width: .68rem;
    height: .68rem;
    z-index: 999;
  }

  .close-phone-nav::before,
  .close-phone-nav::after {
    position: absolute;
    display: block;
    content: '';
    width: .68rem;
    height: .04rem;
    color: #fff;
    background-color: #999;
    transform-origin: center;
    transition: all .2s linear;
  }

  .close-phone-nav::before {
    top: .19rem;
  }

  .close-phone-nav::after {
    top: .45rem;
  }

  .close-phone-nav-active::before {
    top: .33rem;
    transform: rotate(135deg);
  }

  .close-phone-nav-active::after {
    top: .33rem;
    transform: rotate(-135deg);
  }

  /* phone内页头部 */
  .inside-roof {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1.3rem;
    z-index: 9999;
    border-bottom: 1px solid #eee;
    background-color: #fff;
  }

  .inside-roof-icon {
    position: absolute;
    top: .31rem;
    left: .24rem;
    width: .68rem;
    height: .68rem;
  }

  .inside-roof-icon::before,
  .inside-roof-icon::after {
    position: absolute;
    display: block;
    content: '';
    width: .68rem;
    height: .04rem;
    color: #fff;
    background-color: #999;
    transform-origin: center;
    transition: all .2s linear;
  }

  .inside-roof-icon::before {
    top: .19rem;
  }

  .inside-roof-icon::after {
    top: .45rem;
  }

  .inside-roof-icon-active::before {
    top: .33rem;
    transform: rotate(135deg);
  }

  .inside-roof-icon-active::after {
    top: .33rem;
    transform: rotate(-135deg);
  }

  .inside-roof-logo {
    position: absolute;
    height: .8rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .inside-roof-logo img {
    height: 100%;
  }

  #goTopBtn {
    width: .5rem;
    bottom: .35rem;
    height: .52rem;
    right: 0;
  }

  /* top */
  .forPhone {
    height: 1.3rem;
  }


  .nav {
    display: none;
  }

  /*banner*/
  .swiper-container {
    width: 100%;
    margin-top: 0 !important;
  }

  .swiper-pagination {
    bottom: .2rem !important;
  }

  .swiper-pagination .my-bullet {
    margin: 0 .06rem;
    width: .3rem;
    height: .06rem;
    border-radius: 0;
  }

  .swiper-pagination .my-bullet-active {
    width: .3rem;
    height: .06rem;
    border-radius: 0;
  }

  /* 首页常用标题 */
  .index-title {
    height: 2rem;
    padding-top: .4rem;
  }

  .index-title h3 {
    font-size: .36rem;
  }

  .index-title p {
    width: 100%;
    top: 1rem;
    font-size: .3rem;
  }

  .index-title::before {
    top: .9rem;
  }

  .index-title::after {
    top: .86rem;
    width: .12rem;
    height: .12rem;
  }

  /* index-title */
  .index_title {
    text-align: center;
  }

  .index_title h4 {
    font-size: .4rem;
    line-height: 0.5rem;
  }

  .index_title span {
    width: .7rem;
    height: 0.04rem;
    border-radius: 0.02rem;
  }

  .index_title p {
    font-size: 0.2rem;
    line-height: 0.5rem;
  }

  .center {
    text-align: center;
  }

  /* product */
  .product_wrapper {
    padding: 0.6rem 0.24rem 1rem;
  }

  .product_title {
    display: block;
    margin-bottom: .4rem;
  }

  .pro_class {
    flex-wrap: wrap;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
  }

  .pro_class a {
    width: 50%;
    height: .8rem;
    line-height: .8rem;
    border-top: none;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: none;
    text-align: center;
  }

  .product_content {
    flex-wrap: wrap;
  }

  .pro_item {
    width: calc(25% - 0.06rem);
    height: auto;
    margin-bottom: .12rem;
  }

  .pro_item a.proItem_img {
    width: 100%;
  }

  .pro_item a.proItem_img img {
    width: 100%;
  }

  .pro_item .proItem_t {
    width: 100%;
    height: 1rem;
    font-size: .28rem;
    line-height: .4rem;
  }

  .pro_item .proItem_t a {
    display: block;
    padding: 0 .3rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .pro_item:hover .proItem_t a {
    padding: 0 1.1rem 0 .3rem;
  }

  .pro_item .proItem_t i {
    height: 1rem;
  }

  .pro_item .proItem_t i::after {
    height: 1rem;
  }

  .pro_item:hover .proItem_t i {
    width: 100%;
  }

  .pro_item:hover .proItem_t i::after {
    width: 1rem;
  }

  /* advantage */
  .advantage {
    width: 100%;
    justify-content: space-between;
  }

  .advantage_left,
  .advantage_rigt {
    width: 100%;
    height: auto;
  }

  .advantage_left {
    flex: 1;
  }

  .advantage_right {
    flex: 1;
    background-size: cover;
  }

  .advantage_title {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .advantage_title h4 {
    width: 100%;
    height: .7rem;
    padding-top: 0;
    padding-left: 5%;
    font-size: .4rem;
    line-height: 0.7rem;
  }

  .advantage_title span {
    margin-top: .1rem;
    margin-left: 5%;
    margin-bottom: .1rem;
    width: .7rem;
    height: 0.04rem;
    border-radius: 0.02rem;
  }

  .advantage_title p {
    padding-left: 5%;
    font-size: 0.2rem;
    line-height: 0.5rem;
  }

  .advantage_content .advantage_item {
    position: relative;
    width: 100%;
    min-height: 1.2rem;
    margin-bottom: .5rem;
  }

  .advantage_content .advantage_item div {
    padding: 0 2% 0 5%;
  }

  .advantage_content .advantage_item div p img {}

  .advantage_content .advantage_item div span {
    font-size: .24rem;
    line-height: .4rem;
  }

  /* solutions */
  .solutions_wrapper {
    padding: .6rem .24rem 0;
  }

  .solutions_content {
    margin: .35rem 0;
  }

  .solutions_item {
    position: relative;
    width: 24.8%;
    height: 2rem;
    padding: .1rem;
    margin-bottom: .03rem;
  }

  .solutions_item div {
    width: calc(100% - .2rem);
    height: calc(100% - .2rem);
  }

  .solutions_item div img {
    height: 40%;
  }

  .solutions_item div p {
    bottom: 15%;
    font-size: .24rem;
    line-height: .24rem;
  }

  .solutions_item:hover div p {
    color: #fff;
  }

  /* case */
  .case_wrapper {
    padding: .6rem .24rem 0;
  }

  .case_content {
    flex-wrap: wrap;
    margin-top: .35rem;
  }

  .case_item {
    width: calc(25% - 0.06rem);
    margin-bottom: .12rem;
  }

  .case_item a {
    top: 70%;
    font-size: .3rem;
  }

  .case_item i {
    top: 45%;
    width: .7rem;
    height: .7rem;
    background-size: cover;
  }


  .case_item img {
    width: 100%;
    height: auto;
  }

  .case_more {
    width: 1.6rem;
    height: .5rem;
    font-size: .24rem;
    line-height: .5rem;
    margin: .3rem auto .5rem;
  }

  .case_more:hover {
    width: 100%;
    border: 1px solid transparent;
    background-color: #009ae7;
  }

  .case_more:hover a {
    color: #fff;
  }

  /* about */
  .about_wrapper {
    width: 100%;
  }

  .about_left {
    flex: 1;
    height: auto;
    padding: .4rem .24rem 0 .24rem;
  }

  .about_content {
    font-size: .26rem;
    line-height: .56rem;
  }

  .about_more {
    width: 1.6rem;
    height: .5rem;
    font-size: .24rem;
    line-height: .5rem;
    text-align: center;
    margin: .2rem 0 0;
  }

  .about_more:hover {
    width: 100%;
    border: 1px solid transparent;
    background-color: #009ae7;
  }

  .about_more:hover a {
    color: #fff;
  }

  .about_right {
    flex: 1;
    height: auto;
  }

  /* news */
  .news_wrapper {
    padding: .6rem .24rem 1rem;
  }

  .news_content {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .35rem;
  }

  .news_left {
    width: 100%;
  }

  .commend_img {
    flex: 1;
  }

  .commend_img img {
    height: 100%;
  }

  .commend_item {
    flex: 2;
    padding: .4rem;
  }

  .commend_item .commend_title {
    font-size: .3rem;
  }

  .commend_item .commend_time {
    font-size: .24rem;
    line-height: .5rem;
  }

  .commend_item .commend_info {
    font-size: .26rem;
    line-height: .5rem;
  }

  .commend_item .commend_more {
    width: 1.6rem;
    height: .5rem;
    font-size: .24rem;
    line-height: .5rem;
    text-align: center;
    margin: .3rem 0 0;
  }

  .news_right {
    width: 100%;
    margin-top: .3rem;
  }

  .news_item {
    margin-bottom: .3rem;
  }

  .news_item .news_title {
    margin-bottom: .2rem;
  }

  .news_item .news_title::before {
    width: .03rem;
    height: .3rem;
  }

  .news_item .news_title a {
    padding-left: .1rem;
    font-size: .3rem;
  }

  .news_item .news_main {
    flex-direction: column;
  }

  .news_item .news_main .news_info {
    width: 100%;
    font-size: .26rem;
    line-height: .5rem;
  }

  .news_item .news_main .news_time {
    display: flex;
    width: 100%;
  }

  .news_item .news_main .news_time span {
    font-size: .26rem;
  }

  .news_item .news_main .news_time b {
    margin-left: .2rem;
    font-size: .26rem;
  }

  /* 首页联系我们 */
  .contact_wrapper {
    /* flex-direction: column; */
  }

  .message {
    position: static;
    flex: 1;
    width: 100%;
    height: auto;
    padding: .24rem;
    background-color: #009ae7;
  }

  .message-content {
    position: static;
    padding: .24rem;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .message_title {
    font-size: .3rem;
    font-weight: bold;
    color: #000;
    margin-bottom: .3rem;
  }

  .message_main .message_form .message_top {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .message_main .message_form .message_top div {
    margin-bottom: .24rem;
  }

  .message_main .message_form .message_top div label {
    width: .8rem;
    line-height: .7rem;
  }

  .message_main .message_form .message_top div input {
    flex: 1;
    height: .7rem;
    padding: 0 10px;
    background-color: #f3f3f3;
    border: none;
  }

  .message_main .message_form .message_middle {
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .message_main .message_form .message_middle label {
    width: .8rem;
    line-height: .7rem;
  }

  .message_main .message_form .message_middle textarea {
    flex: 1;
    height: 2rem;
    padding: .12rem;
  }

  .message_main .message_form .messae_bottom {
    margin-left: .8rem;
  }

  .message_main .message_form .messae_bottom input {
    width: 1.5rem;
    height: .7rem;
    line-height: .7rem;
    padding: 0 10px;
  }

  .message_main .message_form .messae_bottom img {
    height: .7rem;
    margin: 0 .12rem;
  }

  .message_main .message_form .messae_bottom button {
    width: 2rem;
    height: .7rem;
    font-size: .3rem;
    line-height: .7rem;
  }

  .contact {
    flex: 1;
    padding: .5rem .24rem;
    height: auto;
    background-size: contain;
  }

  .contact .contact_phone {
    margin: .2rem 0;
    font-size: .6rem;
  }

  .contact .contact_code {
    margin-bottom: .3rem;
  }

  .contact .contact_info_title {
    margin-bottom: .1rem;
  }

  .contact .contact_info_title h3 {
    font-size: .3rem;
  }

  .contact .contact_info_title h6 {
    font-size: .2rem;
    transform: scale(0.84) translateX(-0.8rem);
    *font-size: .2rem;
    -webkit-text-size-adjust: none;
  }

  .contact .contact_info {
    font-size: .3rem;
    line-height: .5rem;
  }

  /* 网站底部网站地图 */
  .bottom_wrapper {
    padding: .4rem .24rem;
    flex-wrap: wrap;
  }

  .bottom_item {
    border-right: 1px solid #cacaca;
    margin-bottom: .2rem;
  }

  .bottom_item:nth-of-type(1) {
    width: 50%;
  }

  .bottom_item:nth-of-type(2) {
    width: 50%;
    border-right: none;
    padding-left: .24rem;
  }

  .bottom_item:nth-of-type(3) {
    width: 50%;
  }

  .bottom_item:nth-of-type(4) {
    width: 50%;
    border-right: none;
    padding-left: .24rem;
  }

  .bottom_item .bottom_item_title {
    font-size: .36rem;
    margin-bottom: .1rem;
  }

  .bottom_item .bottom_item_list {
    flex-wrap: wrap;
  }

  .bottom_item .bottom_item_list a {
    width: 33.33%;
    font-size: .3rem;
  }

  /* footer */
  .footer {
    width: 100%;
    padding: .2rem .24rem;
    height: 1.2rem;
    font-size: .24rem;
    line-height: .4rem;
  }

  /* ny-public */
  .ny-banner {
    display: none;
  }

  .ny-banner img {
    display: none;
  }

  .crumbs {
    padding: .25rem 0;
    margin: 0 .24rem .25rem;
  }

  .crumbs-info {
    border-left: .05rem solid #009ae7;
    padding-left: .1rem;
    font-size: .28rem;
  }

  .inside-margin-bottom {
    margin-bottom: .7rem;
  }

  /* inside-main */
  .inside-main {
    padding: 0 .24rem;
    margin-bottom: .7rem;
    flex-direction: column;
  }

  .inside-single-page {
    padding: 0 .24rem;
    margin-bottom: .7rem;
    font-size: .24rem;
    line-height: 2em;
  }

  .inside-single-page img {
    width: 100%;
  }

  /* list */
  .inside-main-list {
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .main-list-title {
    display: none;
  }

  .phone-list-click {
    display: block;
    position: relative;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    font-size: .3rem;
    background-color: #009ae7;
    margin-bottom: .24rem;
  }

  .phone-list-click::after {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: .14rem solid #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
  }

  .main-list-info {
    position: absolute;
    width: 100%;
    top: 1rem;
    z-index: 1;
    display: none;
    margin-bottom: 0;
  }

  .main-list-info>ul>li {
    font-size: .26rem;
    line-height: 3em;
  }

  .main-list-info>ul>li>a {
    padding-left: .25rem;
  }

  .main-list-info>ul>li>a::after {
    right: .1rem;
    width: .36rem;
    height: .36rem;
  }

  .main-list-info>ul>li>a:hover {
    transform: translateX(0);
  }

  .main-list-info ul li ul {
    display: flex;
    flex-wrap: wrap;
    background-color: #eee;
  }

  .main-list-info ul li ul li {
    width: 50%;
    font-size: .24rem;
    line-height: 2.5em;
    border-top: none;
    border-bottom: 1px solid #fff;
  }

  .main-list-info ul li ul li:nth-of-type(odd) {
    border-right: 1px solid #fff;
  }

  .main-list-info ul li ul li a {
    padding-left: .25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .main-list-info ul li ul li a:hover {
    transform: translateX(0);
  }

  /* inside-list-contact */
  .main-list-contact {
    display: none;
  }


  /* inside right */
  .inside-main-content {
    width: 100%;
    position: relative;
  }

  /* inside product */
  .inside-product {
    width: 100%;
    justify-content: space-between;
  }

  .inside-pro-item {
    width: 49%;
    margin-right: 0;
    margin-bottom: .24rem;
  }

  .inside-pro-item a {
    display: flex;
    justify-content: space-between;
  }

  .inside-pro-item:hover {
    box-shadow: 0 0 .2rem rgba(129, 129, 129, .3);
  }

  .inside-pro-item .pro-img {
    width: 40%;
    padding: 0 2%;
    border-right: 1px solid #ddd;
  }

  .inside-pro-item .pro-text {
    width: 60%;
    height: auto;
    font-size: .28rem;
    line-height: 2em;
    padding: 5% 5% 0;
    text-align: left;
    border-top: none;
  }

  .inside-pro-item .pro-text::after {
    display: block;
    content: 'More >>';
    font-size: .24rem;
  }

  /* inside-partner */
  .inside-partner {
    width: 100%;
  }

  .inside-partner-item {
    width: 24%;
    margin-bottom: .24rem;
  }

  .inside-partner-item:hover {
    box-shadow: 0 0 .2rem rgba(129, 129, 129, .3);
  }

  .inside-partner-item span {
    width: 100%;
    height: .8rem;
    font-size: .24rem;
    line-height: .8rem;
  }

  /* inside-news */
  .inside-news {
    width: 100%;
  }

  .inside-news-item {
    padding: .2rem;
    margin-bottom: .24rem;
  }

  .inside-news-item:hover {
    box-shadow: 0 0 .2rem rgba(129, 129, 129, .3);
  }

  .inside-news-item .inside-news-item-img {
    width: 25%;
    height: auto;
    margin-right: .3rem;
  }

  .inside-news-item .inside-news-item-img img {
    width: 100%;
    height: auto;
  }

  .inside-news-item .inside-news-item-info {
    width: 60%;
  }

  .inside-news-item .inside-news-item-info h3 {
    font-size: .28rem;
    line-height: 2em;
  }

  .inside-news-item .inside-news-item-info span {
    font-size: .24rem;
    line-height: 1.4em;
  }

  .inside-news-item .inside-news-item-info p {
    line-height: 1.4em;
    font-size: .24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }

  .inside-news-item .inside-news-item-info>a {
    width: 1.3rem;
    height: 2em;
    font-size: .24rem;
    line-height: 2em;
  }

  .inside-news-item .inside-news-item-info:hover>a {
    width: 1.5rem;
  }

  /* inside-news-detail */
  .inside-news-detail {
    width: 100%;
  }

  .inside-news-detail-title {
    font-size: .3rem;
    padding-bottom: .1rem;
    margin-top: .3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .inside-news-detail-main {
    font-size: .24rem;
    line-height: 2em;
    flex-wrap: wrap;
  }

  .inside-news-detail-left {
    width: 100%;
    margin-bottom: .3rem;
  }

  .inside-news-detail-left-info {
    padding-bottom: .1rem;
  }

  .inside-news-detail-left-art-content {
    padding-top: .2rem;
  }

  .inside-news-detail-right {
    width: 100%;
  }

  .inside-news-detail-right h3 {
    font-size: .3rem;
    font-size: .3rem;
    padding-bottom: .1rem;
  }

  .inside-news-detail-right ul li {
    line-height: 2em;
    padding: .15rem .4rem;
    background-position: .1rem center;
  }

  /* inside-crosswise-list */
  .inside-crosswise-list-wrapper {
    position: relative;
    width: 100%;
    padding: 0 .24rem;
    z-index: 1;
  }

  .inside-crosswise-list {
    position: absolute;
    z-index: 1;
    top: 1rem;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 .24rem;
    flex-wrap: wrap;
    display: none;
  }

  .inside-crosswise-list a {
    display: block;
    width: 100%;
    flex: auto;
    height: auto;
    font-size: .26rem;
    line-height: 3em;
    border: none;
    text-align: left;
    padding-left: .25rem;
    background-color: #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #fff;
  }

  .inside-crosswise-list a:hover {
    color: #555;
    background-color: #fff;
  }

  .inside-crosswise-list a:hover::after {
    border-color: transparent;
  }

  .inside-crosswise-list a.cross-active {
    color: #555;
    background-color: #fff;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }

  .inside-crosswise-list a.cross-active::after {
    border-color: transparent;
  }

  /* inside contact */
  .inside-contact {
    flex-wrap: wrap;
    padding: 0 .24rem .7rem;
  }

  .inside-contact-item {
    width: 50%;
    flex: auto;
    padding: 0 2% 2%;
    background: url('../images/contact_xian.jpg') no-repeat right .2rem;
  }

  .inside-contact-item:nth-of-type(2) {
    background: none;
  }

  .inside-contact-item:last-child {
    background: none;
  }

  .inside-contact-item img {
    width: 1rem;
    height: 1rem;
    margin-bottom: .2rem;
  }

  .inside-contact-item h2 {
    font-size: .24rem;
    line-height: 1.3em;
  }

  .inside-contact-item h2 b {
    font-size: .28rem;
    line-height: 2em;
    margin-bottom: 0;
  }

  .inside-contact-item:hover h2 b {
    font-size: .32rem;
  }

  .inside-map {
    display: none;
  }

  .inside-message {
    padding: 0 .24rem .7rem;
  }


  .message-left {
    width: 30%;
  }

  .message-left>div {
    margin-bottom: .24rem;
  }

  .message-left>div label {
    margin-bottom: 0;
  }

  .message-left>div input {
    height: .6rem;
    padding: 0 .1rem;
  }

  .message-left>div input:hover {
    box-shadow: 0 0 .05rem rgba(129, 129, 129, .3);
  }

  .message-right {
    width: 67%;
  }

  .message-right textarea {
    height: 2rem;
    max-height: 2rem;
    min-height: 2rem;
    padding: .1rem;
    margin-bottom: .24rem;
    font-size: .24rem;
  }

  .message-right textarea:hover {
    box-shadow: 0 0 .05rem rgba(129, 129, 129, .3);
  }

  .message-right button {
    width: 2rem;
    height: .7rem;
    font-size: .24rem;
  }

  .message-right button:hover {
    width: 2.2rem;
    box-shadow: 0 0 .05rem rgba(129, 129, 129, .3);
  }

  /* inside-trait */
  .inside-trait {
    width: 100%;
  }

  .inside-trait-item {
    margin-bottom: .3rem;
  }

  .inside-serve-trait-title {
    height: .7rem;
    line-height: .7rem;
    font-size: .30rem;
    margin-bottom: .2rem;
  }

  .inside-serve-trait-title span {
    padding: 0 .5rem;
  }

  .inside-serve-trait-title span::before {
    width: .05rem;
    height: .7rem;
    left: .05rem;
  }

  .inside-serve-trait-title span::after {
    right: -0.35rem;
    border: 0.35rem solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
  }

  .inside-trait-item .inside-trait-info {
    line-height: .4rem;
    font-size: .24rem;
  }

  .inside-trait-item .inside-trait-info img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  /* inside-serve */
  .inside-serve {
    width: 100%;
  }

  .inside-serve-item {
    margin-bottom: .3rem;
  }

  .inside-serve-item .inside-serve-info {
    line-height: .4rem;
  }

  .inside-serve-main {
    height: 3rem;
    margin-bottom: .24rem;
  }

  .inside-serve-main .inside-serve-main-img img {
    height: 3rem;
  }

  .inside-serve-main .inside-serve-main-text p {
    font-size: .26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }

  .inside-serve-list .inside-serve-list-item {
    padding: .2rem;
    margin-bottom: .24rem;
    width: 48.5%;
    margin-right: 3%;
  }

  .inside-serve-list .inside-serve-list-item:hover {
    box-shadow: 0 0 .1rem rgba(129, 129, 129, .3);
  }

  .inside-serve-list .inside-serve-list-item:nth-of-type(3n) {
    margin-right: 3%;
  }

  .inside-serve-list .inside-serve-list-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .inside-serve-list .inside-serve-list-item h3 {
    font-size: .28rem;
    line-height: .4rem;
    margin-bottom: .1rem;
  }

  .inside-serve-list .inside-serve-list-item p {
    line-height: 2em;
    font-size: .24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    max-height: 3rem;
  }

  /* inside project detail */
  .inside-project-main {
    padding: .2rem;
    /* flex-wrap: wrap; */
  }

  .inside-project-main-img {
    width: 42%;
  }

  .inside-project-main-info {
    width: 55%;
    /* height: 100%; */
    flex-direction: column;
  }

  .inside-project-main-info h3 {
    font-size: .4rem;
    padding: .2rem 0;
  }

  .inside-project-main-info .inside-project-main-info-text {
    font-size: .24rem;
    line-height: 2em;
    padding: .2rem 0;
  }

  .inside-project-main-info .inside-project-main-info-more {
    padding: .2rem 0;
  }

  .inside-project-main-info .inside-project-main-info-more img {
    width: .7rem;
    height: .7rem;
  }

  .inside-project-main-info .inside-project-main-info-more p {
    font-size: .26rem;
    line-height: .4rem;
  }

  .inside-project-main-info .inside-project-main-info-more p span {
    color: #c02125;
    font-size: .34rem;
    display: block;
  }

  .inside-project-main-info .inside-project-main-info-more a {
    width: 2rem;
    font-size: .3rem;
    height: .7rem;
    line-height: .7rem;
  }

  .inside-project-main:hover .inside-project-main-info .inside-project-main-info-more a {
    width: 2.2rem;
  }

  .inside-project-item-wrapper {
    padding: 0 .24rem;
  }

  .inside-project-item {
    padding: .24rem;
    margin-top: .24rem;
  }

  .inside-project-item:hover {
    box-shadow: 0 0 .05rem rgba(129, 129, 129, .3);
  }

  .inside-project-item .inside-project-item-title {
    border-bottom: 1px solid #eee;
    font-size: .3rem;
    line-height: .6rem;
  }

  .inside-project-item .inside-project-item-title span {
    display: inline-block;
    border-bottom: 1px solid #c02125;
    margin-bottom: -1px;
  }

  .inside-project-item .inside-project-item-info {
    font-size: .24rem;
    line-height: 2em;
    padding: .2rem 0 0 0;
  }

  .inside-project-item .inside-project-item-info img {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  /* inside-product-message */
  .inside-product-message {
    margin-top: .24rem;
  }

  .inside-product-message form {
    flex-wrap: wrap;
  }

  /* insidenone */
  .insidenone {
    display: none;
  }

  .solutions_wrapper_inside {
    padding: 0 .24rem;
  }

  .contact_tu {
    display: none;
  }

  .big-album img {
    width: 80%;
    height: auto;
    border: .1rem solid #fff;
  }

  .phone-call-top {
    display: none;
  }

  .phone-call {
    display: none;
  }

  .yyly img {
    width: 100%;
  }
}